[INFO] cloning repository https://github.com/Brevex/Argos
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Brevex/Argos" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBrevex%2FArgos", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBrevex%2FArgos'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4351e9f16561f1f3d817656135973e25d658670d
[INFO] testing Brevex/Argos against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBrevex%2FArgos" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Brevex/Argos
[INFO] finished tweaking git repo https://github.com/Brevex/Argos
[INFO] tweaked toml for git repo https://github.com/Brevex/Argos written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Brevex/Argos on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Brevex/Argos already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b9583d23a18311a49b030c85106cbfc959e0dc3daf955df60727a2f0dc201e41
[INFO] running `Command { std: "docker" "start" "-a" "b9583d23a18311a49b030c85106cbfc959e0dc3daf955df60727a2f0dc201e41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b9583d23a18311a49b030c85106cbfc959e0dc3daf955df60727a2f0dc201e41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b9583d23a18311a49b030c85106cbfc959e0dc3daf955df60727a2f0dc201e41", kill_on_drop: false }`
[INFO] [stdout] b9583d23a18311a49b030c85106cbfc959e0dc3daf955df60727a2f0dc201e41
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 16baee16f5c54d60bbeb6362d5704c1dc969e80ee8076108c4c2574fbf852f7b
[INFO] running `Command { std: "docker" "start" "-a" "16baee16f5c54d60bbeb6362d5704c1dc969e80ee8076108c4c2574fbf852f7b", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling portable-atomic v1.13.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling unit-prefix v0.5.2
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling console v0.16.2
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling indicatif v0.18.4
[INFO] [stderr]    Compiling png v0.18.1
[INFO] [stderr]    Compiling blake3 v1.8.3
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling jpeg-decoder v0.3.2
[INFO] [stderr]    Compiling dialoguer v0.12.0
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling argos v0.7.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.94s
[INFO] running `Command { std: "docker" "inspect" "16baee16f5c54d60bbeb6362d5704c1dc969e80ee8076108c4c2574fbf852f7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16baee16f5c54d60bbeb6362d5704c1dc969e80ee8076108c4c2574fbf852f7b", kill_on_drop: false }`
[INFO] [stdout] 16baee16f5c54d60bbeb6362d5704c1dc969e80ee8076108c4c2574fbf852f7b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 770ab9653e6aca048a016f749e413c2a8732ce53ae7e09f6993db8c1e280a103
[INFO] running `Command { std: "docker" "start" "-a" "770ab9653e6aca048a016f749e413c2a8732ce53ae7e09f6993db8c1e280a103", kill_on_drop: false }`
[INFO] [stderr]    Compiling argos v0.7.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.77s
[INFO] running `Command { std: "docker" "inspect" "770ab9653e6aca048a016f749e413c2a8732ce53ae7e09f6993db8c1e280a103", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "770ab9653e6aca048a016f749e413c2a8732ce53ae7e09f6993db8c1e280a103", kill_on_drop: false }`
[INFO] [stdout] 770ab9653e6aca048a016f749e413c2a8732ce53ae7e09f6993db8c1e280a103
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ea7eff3963f2f83c34bf9cb47eae47db7a5ee5a69106a9ab72dd70523b237921
[INFO] running `Command { std: "docker" "start" "-a" "ea7eff3963f2f83c34bf9cb47eae47db7a5ee5a69106a9ab72dd70523b237921", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.31s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/argos-81fc42ee22dfd54e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/argos-33f3acf984068450)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running tests/analysis_tests.rs (/opt/rustwide/target/debug/deps/analysis_tests-15e81f8e8db77356)
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_scan_block_finds_jpeg_footer ... ok
[INFO] [stdout] test test_scan_block_finds_png_header ... ok
[INFO] [stdout] test test_scan_block_finds_jpeg_header ... ok
[INFO] [stdout] test test_scan_block_finds_png_footer ... ok
[INFO] [stdout] test test_scan_block_multiple_headers ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/carving_tests.rs (/opt/rustwide/target/debug/deps/carving_tests-61f671d5715e075b)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_fragment_ranges_linear ... ok
[INFO] [stdout] test test_fragment_ranges_multi ... ok
[INFO] [stdout] test test_recovery_stats_reassembled ... ok
[INFO] [stdout] test test_recovery_stats_empty ... ok
[INFO] [stdout] test test_recovery_stats ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/devices_tests.rs (/opt/rustwide/target/debug/deps/devices_tests-261d39a0e9b6eb70)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_device_selection_options ... ok
[INFO] [stdout] test test_format_device_table ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/extraction_integration_tests.rs (/opt/rustwide/target/debug/deps/extraction_integration_tests-ebec9fa6f662d361)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_extract_all_empty_list ... ok
[INFO] [stdout] test test_extract_all_progress_callback ... ok
[INFO] [stdout] test test_extract_all_creates_tier_directories ... ok
[INFO] [stdout] test test_extract_all_output_files_valid_jpeg ... ok
[INFO] [stdout] test test_extract_all_dedup_keeps_higher_confidence ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.33s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/extraction_tests.rs (/opt/rustwide/target/debug/deps/extraction_tests-8b5eb0e5377ba850)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_generate_filename ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/formats_jpeg_tests.rs (/opt/rustwide/target/debug/deps/formats_jpeg_tests-ee248e4ae24cc083)
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test test_candidate_score_returns_none_for_veto ... ok
[INFO] [stdout] test test_detect_jpeg_break_valid_eoi ... ok
[INFO] [stdout] test test_detect_jpeg_break_rst_tracking ... ok
[INFO] [stdout] test test_detect_jpeg_break_no_scan_data ... ok
[INFO] [stdout] test test_detect_jpeg_break_zero_run ... ok
[INFO] [stdout] test test_find_sos_offset ... ok
[INFO] [stdout] test test_find_sos_offset_no_sos ... ok
[INFO] [stdout] test test_is_valid_marker ... ok
[INFO] [stdout] test test_is_valid_marker_full_range ... ok
[INFO] [stdout] test test_matches_jpeg_continuation_all_zeros ... ok
[INFO] [stdout] test test_matches_jpeg_continuation_high_entropy ... ok
[INFO] [stdout] test test_matches_jpeg_continuation_low_entropy ... ok
[INFO] [stdout] test test_matches_jpeg_continuation_too_short ... ok
[INFO] [stdout] test test_quick_jpeg_dimensions_no_sof ... ok
[INFO] [stdout] test test_validate_jpeg_invalid ... ok
[INFO] [stdout] test test_validate_jpeg_minimum_size ... ok
[INFO] [stdout] test test_validate_jpeg_no_soi ... ok
[INFO] [stdout] test test_validate_jpeg_progressive_sof ... ok
[INFO] [stdout] test test_validate_jpeg_truncated_segment_length ... ok
[INFO] [stdout] test test_validate_jpeg_with_exif ... ok
[INFO] [stdout] test test_validate_jpeg_with_icc_profile ... ok
[INFO] [stdout] test test_validate_jpeg_with_sof ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/formats_png_tests.rs (/opt/rustwide/target/debug/deps/formats_png_tests-fd7b63dee7716ce7)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test test_chunk_iterator_truncated_chunk ... ok
[INFO] [stdout] test test_detect_png_break_crc_mismatch ... ok
[INFO] [stdout] test test_detect_png_break_zero_run ... ok
[INFO] [stdout] test test_detect_png_break_no_break ... ok
[INFO] [stdout] test test_detect_png_break_truncated ... ok
[INFO] [stderr]      Running tests/fs_ext4_tests.rs (/opt/rustwide/target/debug/deps/fs_ext4_tests-c2b2462e28789b1c)
[INFO] [stdout] test test_matches_png_continuation_too_short ... ok
[INFO] [stdout] test test_matches_png_continuation_not_idat_type ... ok
[INFO] [stdout] test test_matches_png_continuation_not_idat ... ok
[INFO] [stdout] test test_matches_png_continuation_valid_complete_chunk ... ok
[INFO] [stdout] test test_matches_png_continuation_valid_idat ... ok
[INFO] [stdout] test test_validate_png_ancillary_chunks ... ok
[INFO] [stdout] test test_validate_png_header_invalid_signature ... ok
[INFO] [stdout] test test_validate_png_header_valid ... ok
[INFO] [stdout] test test_validate_png_idat_counting ... ok
[INFO] [stdout] test test_validate_png_ihdr_bad_crc ... ok
[INFO] [stdout] test test_validate_png_ihdr_wrong_length ... ok
[INFO] [stdout] test test_validate_png_minimum_size ... ok
[INFO] [stdout] test test_validate_png_wrong_signature ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test test_block_to_offset ... ok
[INFO] [stdout] test test_block_to_offset_with_partition ... ok
[INFO] [stdout] test test_extent_bad_magic ... ok
[INFO] [stdout] test test_extent_contiguous_coalescing ... ok
[INFO] [stdout] test test_extent_hi_bits ... ok
[INFO] [stdout] test test_extent_multiple_leaves_non_contiguous ... ok
[INFO] [stdout] test test_extent_uninitialized_len_bit_masked ... ok
[INFO] [stdout] test test_extent_single_leaf ... ok
[INFO] [stdout] test test_extent_uninitialized_skipped ... ok
[INFO] [stdout] test test_extent_with_partition_offset ... ok
[INFO] [stdout] test test_extent_zero_entries ... ok
[INFO] [stdout] test test_superblock_bad_block_size ... ok
[INFO] [stdout] test test_superblock_64bit ... ok
[INFO] [stdout] test test_superblock_bad_magic ... ok
[INFO] [stdout] test test_superblock_inode_size_too_small ... ok
[INFO] [stdout] test test_superblock_no_extents_feature ... ok
[INFO] [stdout] test test_superblock_valid_1k ... ok
[INFO] [stdout] test test_superblock_valid_4k ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/fs_fat32_tests.rs (/opt/rustwide/target/debug/deps/fs_fat32_tests-b68c68711c21848c)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test test_detect_fat32_4096_bps ... ok
[INFO] [stdout] test test_detect_fat32_non_power_of_two_bps ... ok
[INFO] [stdout] test test_cluster_to_offset ... ok
[INFO] [stdout] test test_detect_fat32_invalid_root_cluster ... ok
[INFO] [stdout] test test_detect_fat32_invalid_fat32_string ... ok
[INFO] [stdout] test test_detect_fat32_zero_sectors_per_cluster ... ok
[INFO] [stdout] test test_detect_fat32_valid_boot_sector ... ok
[INFO] [stdout] test test_detect_fat32_zero_num_fats ... ok
[INFO] [stdout] test test_is_valid_cluster ... ok
[INFO] [stdout] test test_detect_fat32_invalid_signature ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/fs_ntfs_tests.rs (/opt/rustwide/target/debug/deps/fs_ntfs_tests-165e6076404cc742)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test test_detect_ntfs_4096_bps ... ok
[INFO] [stdout] test test_detect_ntfs_non_power_of_two_bps ... ok
[INFO] [stdout] test test_detect_ntfs_record_size_negative ... ok
[INFO] [stdout] test test_detect_ntfs_record_size_too_large ... ok
[INFO] [stdout] test test_detect_ntfs_record_size_too_small ... ok
[INFO] [stdout] test test_detect_ntfs_valid_boot_sector ... ok
[INFO] [stdout] test test_detect_ntfs_zero_bps ... ok
[INFO] [stdout] test test_detect_ntfs_record_size_positive ... ok
[INFO] [stdout] test test_detect_ntfs_invalid_oem ... ok
[INFO] [stdout] test test_detect_ntfs_zero_spc ... ok
[INFO] [stdout] test test_ntfs_cluster_to_offset_with_partition ... ok
[INFO] [stdout] test test_ntfs_cluster_to_offset ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-7a9aebab659c55e1)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test test_fragment_map_sorting ... ok
[INFO] [stdout] test test_recovery_stats_zeroes_when_empty ... ok
[INFO] [stdout] test test_scan_block_finds_no_fragments_in_zeros ... ok
[INFO] [stdout] test test_scan_block_finds_jpeg_header ... ok
[INFO] [stdout] test test_scanner_handles_partial_blocks ... ok
[INFO] [stdout] test test_small_images_filtered_out ... ok
[INFO] [stdout] test test_empty_disk_no_false_positives ... ok
[INFO] [stdout] test test_png_recovery_pipeline ... ok
[INFO] [stdout] test test_disk_with_noise ... ok
[INFO] [stdout] test test_output_directory_creation ... ok
[INFO] [stdout] test test_dedup_distinct_images_kept ... ok
[INFO] [stdout] test test_full_recovery_pipeline ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.43s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/io_failure_tests.rs (/opt/rustwide/target/debug/deps/io_failure_tests-188dfefb751aed04)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test test_extraction_error_eio_maps_to_device_disconnected ... ok
[INFO] [stdout] test test_extraction_error_enxio_maps_to_device_disconnected ... ok
[INFO] [stdout] test test_extraction_error_generic_io_not_fatal ... ok
[INFO] [stdout] test test_extraction_error_write_zero_maps_to_disk_full ... ok
[INFO] [stdout] test test_extraction_error_enospc_maps_to_disk_full ... ok
[INFO] [stdout] test test_not_recoverable_broken_pipe ... ok
[INFO] [stdout] test test_not_recoverable_not_found ... ok
[INFO] [stdout] test test_open_nonexistent_file ... ok
[INFO] [stdout] test test_recoverable_enodata ... ok
[INFO] [stdout] test test_recoverable_other_kind ... ok
[INFO] [stdout] test test_recoverable_eio ... ok
[INFO] [stdout] test test_reader_handles_file_shorter_than_expected ... ok
[INFO] [stdout] test test_reader_concurrent_clones_read_same_data ... ok
[INFO] [stdout] test test_scanner_very_small_file ... ok
[INFO] [stdout] test test_open_permission_denied ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_open_permission_denied stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_open_permission_denied' (205) panicked at tests/io_failure_tests.rs:21:5:
[INFO] [stdout] Should fail to open unreadable file
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57a0ac0d99ca - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57a0ac0d99ca - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57a0ac0d99ca - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57a0ac0d99ca - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57a0ac0ed98a - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57a0ac0ed98a - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x57a0ac0de332 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x57a0ac0de332 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x57a0ac0b6a3f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57a0ac0b6a3f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57a0ac0d1059 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57a0ac015ddc - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x57a0ac015ddc - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57a0ac0d1212 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x57a0ac0d1212 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57a0ac0b6b2a - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x57a0ac0abc29 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57a0ac0b789d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57a0ac0ee11c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57a0ac0060bd - io_failure_tests[1a36f661cacc5430]::test_open_permission_denied
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/io_failure_tests.rs:21:5
[INFO] [stdout]   20:     0x57a0ac005827 - io_failure_tests[1a36f661cacc5430]::test_open_permission_denied::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/io_failure_tests.rs:10:33
[INFO] [stdout]   21:     0x57a0ac008d56 - <io_failure_tests[1a36f661cacc5430]::test_open_permission_denied::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x57a0ac0090bb - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x57a0ac0090bb - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x57a0ac0168ab - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x57a0ac0168ab - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x57a0ac0168ab - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x57a0ac0168ab - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x57a0ac0168ab - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x57a0ac0168ab - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x57a0ac0168ab - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x57a0ac00ffc4 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x57a0ac00ffc4 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x57a0ac0194b2 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x57a0ac0194b2 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x57a0ac0194b2 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x57a0ac0194b2 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x57a0ac0194b2 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x57a0ac0194b2 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x57a0ac0194b2 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x57a0ac0d909f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   41:     0x57a0ac0d909f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x7c45ce97caa4 - <unknown>
[INFO] [stdout]   43:     0x7c45cea09a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_open_permission_denied
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 14 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test io_failure_tests`
[INFO] running `Command { std: "docker" "inspect" "ea7eff3963f2f83c34bf9cb47eae47db7a5ee5a69106a9ab72dd70523b237921", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea7eff3963f2f83c34bf9cb47eae47db7a5ee5a69106a9ab72dd70523b237921", kill_on_drop: false }`
[INFO] [stdout] ea7eff3963f2f83c34bf9cb47eae47db7a5ee5a69106a9ab72dd70523b237921
